[INFO] cloning repository https://github.com/danbluhmhansen/odata
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/danbluhmhansen/odata" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanbluhmhansen%2Fodata", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanbluhmhansen%2Fodata'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb5cb63efa4645f0ab98f05c342cfb33338c1439
[INFO] fixing danbluhmhansen/odata against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdanbluhmhansen%2Fodata" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/danbluhmhansen/odata
[INFO] finished tweaking git repo https://github.com/danbluhmhansen/odata
[INFO] tweaked toml for git repo https://github.com/danbluhmhansen/odata written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/danbluhmhansen/odata on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/danbluhmhansen/odata already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/JelteF/derive_more`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded convert_case v0.8.0
[INFO] [stderr]   Downloaded insta v1.43.1
[INFO] [stderr]   Downloaded ariadne v0.5.1
[INFO] [stderr]   Downloaded clap v4.5.46
[INFO] [stderr]   Downloaded regex-lite v0.1.7
[INFO] [stderr]   Downloaded clap_builder v4.5.46
[INFO] [stderr]   Downloaded cc v1.2.30
[INFO] [stderr]   Downloaded rust_decimal v1.37.2
[INFO] [stderr]   Downloaded chumsky v1.0.0-alpha.8
[INFO] [stderr]   Downloaded regex-automata v0.3.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 328d266495e4624ad33166c8ced45e150e56948964d0155b11469837efb0782a
[INFO] running `Command { std: "docker" "start" "328d266495e4624ad33166c8ced45e150e56948964d0155b11469837efb0782a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "328d266495e4624ad33166c8ced45e150e56948964d0155b11469837efb0782a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "328d266495e4624ad33166c8ced45e150e56948964d0155b11469837efb0782a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "328d266495e4624ad33166c8ced45e150e56948964d0155b11469837efb0782a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking bitflags v2.9.3
[INFO] [stderr]    Compiling derive_more-impl v2.0.1 (https://github.com/JelteF/derive_more#2b3b5881)
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling derive_more v2.0.1 (https://github.com/JelteF/derive_more#2b3b5881)
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling chumsky v1.0.0-alpha.8
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking ariadne v0.5.1
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking regex-lite v0.1.7
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking condtype v1.3.0
[INFO] [stderr]     Checking insta v1.43.1
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking clap_builder v4.5.46
[INFO] [stderr]     Checking clap v4.5.46
[INFO] [stderr]    Compiling divan-macros v0.1.21
[INFO] [stderr]     Checking divan v0.1.21
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]     Checking logos v0.15.1
[INFO] [stderr]     Checking odata v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `odata` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name odata --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="jiff"' --cfg 'feature="rust_decimal"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "jiff", "rust_decimal"))' -C metadata=1056ab1846390e69 -C extra-filename=-f6dca4ea82a23129 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ariadne=/opt/rustwide/target/debug/deps/libariadne-c8e1fd4e94c525da.rmeta --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-cd0ffbbe2a210b0d.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-90dfc0e1dc5a6110.rmeta --extern divan=/opt/rustwide/target/debug/deps/libdivan-84f200fec32ad99f.rmeta --extern insta=/opt/rustwide/target/debug/deps/libinsta-ea0c09dbcf80fe94.rmeta --extern jiff=/opt/rustwide/target/debug/deps/libjiff-2a6af08b9abd827a.rmeta --extern logos=/opt/rustwide/target/debug/deps/liblogos-7ee0fa8cf3eb73e5.rmeta --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-2043c0f255d18990.rmeta --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-fe3e3c52ee0dfef2.rmeta -L native=/opt/rustwide/target/debug/build/psm-5d79fcb1a14a7923/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "328d266495e4624ad33166c8ced45e150e56948964d0155b11469837efb0782a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "328d266495e4624ad33166c8ced45e150e56948964d0155b11469837efb0782a", kill_on_drop: false }`
[INFO] [stdout] 328d266495e4624ad33166c8ced45e150e56948964d0155b11469837efb0782a
